SetAddInCustomData<T>(string,string,T) Method

Summary

Adds custom data to the specified add-in configuration.

Syntax
C#
VB
C++
public void SetAddInCustomData<T>( 
   string addinName, 
   string customDataName, 
   T data 
) 
  
Public Overloads Sub SetAddInCustomData(Of T)( _ 
   ByVal addinName As String, _ 
   ByVal customDataName As String, _ 
   ByVal data As T _ 
)  
public: 
void SetAddInCustomDatageneric<typename T> 
(  
   String^ addinName, 
   String^ customDataName, 
   _T^_ data 
)  

Parameters

addinName
Name of the add-in.

customDataName
Name of the custom data.

data
The custom data to add to the configuration.

Type Parameters

T
Type of custom data.

Remarks

If the specified custom data does not exist, it is added the configuration.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly